Even though we are checking for a working iptables installation, it is still
possible that the user does not have the PHYSDEV matcher installed, so just
issue a diagnostic instead.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
fi
iptables "$c" FORWARD -m physdev --physdev-in "$vif" "$@" -j ACCEPT ||
- fatal "iptables $c FORWARD -m physdev --physdev-in $vif $@ -j ACCEPT failed"
+ log err \
+ "iptables $c FORWARD -m physdev --physdev-in $vif $@ -j ACCEPT failed.
+If you are using iptables, this may affect networking for guest domains."
}